Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back the deleted public methods as deprecated #165

Merged
merged 2 commits into from
Apr 30, 2019

Conversation

desokroshan
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@desokroshan desokroshan requested a review from minbi April 30, 2019 18:54
@@ -37,6 +37,24 @@
private final CacheHeaders cacheHeaders;
private final CacheKeyBuilder cacheKeyBuilder;

/**
* @deprecated Since 2.8.1. This method will be removed in the next minor version.
* Please use the other constructor instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use javadoc link notation.

@@ -250,6 +250,20 @@ public boolean optional() {
return conditions;
}

/**
* @deprecated Since 2.8.1. This method will be removed in the next minor version.
* Please use CacheKeyBuilder instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use javadoc link notation.

@desokroshan desokroshan force-pushed the desokroshan/deprecate-methods branch from a5187a0 to a776163 Compare April 30, 2019 20:09
@desokroshan desokroshan merged commit ab97d87 into master Apr 30, 2019
@desokroshan desokroshan deleted the desokroshan/deprecate-methods branch May 8, 2019 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants